Skip to content

Added a new API to allow a custom debug secret #6742

Open
vovax-googler wants to merge 1 commit intofirebase:mainfrom
vovax-googler:main
Open

Added a new API to allow a custom debug secret #6742
vovax-googler wants to merge 1 commit intofirebase:mainfrom
vovax-googler:main

Conversation

@vovax-googler
Copy link
Copy Markdown

Added the ability to set a static custom debug secret, enabling developers to manage their debug secret tokens.

this.debugSecretTask = Tasks.forResult(debugSecret);
}

@VisibleForTesting
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would be nice to have this not just visible for testing but for normal usage too :) right now distributing the apk manually i have to get a lot of peoples keys to be able to use vertex AI.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the internal DebugAppCheckProvider class -- the public interface is the DebugAppCheckProviderFactory class, which is already made public in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants